home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
00584_Script_Bribe Stopframe Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
721b
|
29 lines
on exitFrame
global length, snap1, snap2, theStopFrame, gTheDay
if the movieTime of sprite 48 >= theStopFrame then
set the movieRate of sprite 48 = 0
go to the frame + 1
end if
puppetsprite 48, false
repeat with d = 7 to 10
puppetsprite d, false
end repeat
--set the movietime of sprite 48 to 0
--set the directToStage of cast¼
string(the name of cast value(the castNum of sprite 48)) to 0
set the sound of cast¼
string(the name of cast value(the castNum of sprite 48)) to 0
updatestage
if snap1 <> 0 and snap2 <> 0 then
go frame "Darkroom"
else
go frame gTheDay & "NoShots"
end if
puppetsound 0
updatestage
go to the frame
end